home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d13 / r3util.arc / ANET.ARC / ANET.MAN (.txt) < prev    next >
Encoding:
DOC2COM (Gerald DePyper)  |  1991-10-30  |  13.5 KB  |  236 lines

  1.                           ANET v 2.0 (c) 1991 r.r. roth
  2.    
  3.  SYNTAX: ANET {command} {user name {password}} { /h /v /m /p /f}
  4.  ANET<cr>           calls the Artisoft(TM) LANtastic(TM) NET program
  5.  COMMANDS: Chat   - Calls the Artisoft(TM) LANtastic(TM) NET chat utility. 
  6.            
  7.            Changepw \\server old_password new_password - Changes users
  8.                     password on specified server. See LANtastic(TM) NET CHANGEPW
  9.                     User must be logged into server.
  10.            Config - Allows you to configure computer with net menu and then
  11.                     saves the information into configuration file.
  12.              
  13.            Echo   - Echos special strings to standard output.  See LANtastic(TM)
  14.                     NET ECHO)
  15.              
  16.            Login  - Logs computer into servers and redirects resources 
  17.                     per preset configuration file. A user name and pass
  18.                     word are normally required.  If name and password are
  19.                     not on command line the program will prompt for infor-
  20.                     mation and input it from keyboard.
  21.              
  22.            Login \\server_name - Logs into specified server.(See LANtastic(TM)
  23.                     NET LOGIN)
  24.              
  25.            Logout - Logs computer out of all servers and releases all
  26.                     redirected system resources.
  27.              
  28.            Logout \\server_name - Logs out of specified server.(See 
  29.                     LANtastic(TM) NET LOGOUT)
  30.              
  31.            LPT TIMEOUT xx - See LANtastic(TM) NET LPT TIMEOUT.
  32.            LPT COMBINE    - See LANtastic(TM) NET LPT COMBINE.    
  33.            LPT SEPERATE   - See LANtastic(TM) NET LPT SEPERATE.
  34.            LPT FLUSH      - See LANtastic(TM) NET LPT FLUSH.
  35.  
  36.            Mail   - Calls r3 Mail utility.
  37.              
  38.            Mail user_name \\server filename comment - sends specified file
  39.                     to user and server specified.(See LANtastic(TM) Net Mail)
  40.  
  41.            Save   - Determines computers current configuration and saves
  42.                     it into configuration file.
  43.              
  44.            Show   - Displays computers current configuration including
  45.                     redirected drives and printers, servers logged into
  46.                     and network programs running.
  47.  
  48.            String - Calls r3 String utility(See string LANtastic(TM) NET STRING)
  49.               
  50.            USE    - See LANtastic(TM) NET USE
  51.            UNUSE  - See LANtastic(TM) NET UNUSE
  52.            
  53.  SWITCHES: /Help - This screen
  54.            /Verbose display
  55.            /Monochrome switch for mono monitors and color adapter cards
  56.            /Password suppresses the password prompt
  57.            /Filename = specifies name of alternate config file ie: /f=test
  58.             will cause anet to use the config file test.cfg.
  59.  
  60. 1. What is ANET ?
  61.    ANET  is an easy to use, self configuring, automatic login program.
  62.    ANET will only run on the LANtastic(TM) Network Operation System.
  63.    It differs from several other automatic login programs in that it is
  64.    self configuring, ie does not require that any files be set up or edited
  65.    to be used.  The programs reads the current network configuration of your
  66.    workstation and saves it in a file.  This file has a default name of
  67.    ANET.cfg, and is saved in the same directory as the program.  When ANET 
  68.    is run it reads this file, and attempts to make your system match the
  69.    file as much as possible.  To do this ANET will log you onto servers,
  70.    redirect and cancel redirection to disk drives and printer resources.
  71.    ANET will not beep at you (don't you just hate that) and will only issue
  72.    error messages if it cannot logon or redirect a device.  It will not
  73.    warn you about duplicate redirections or logins it will just cancel the
  74.    offending redirection or login and issue a correct one.  For example, if
  75.    the config file says that prn should be redirected to \\server\@printer
  76.    and prn is currently redirected to \\server1\@printer, ANET will NET 
  77.    UNUSE lpt1 and then NET USE LPT1 \\server\@printer.
  78.    ANET provides the functionality of the following LANtastic(TM) commands:
  79.     
  80.     Net (menu system)
  81.     Net Login/Wait***
  82.     Net Logout***
  83.     Net Use***
  84.     Net Unuse***
  85.     Net Show**
  86.     Net Message*
  87.     Net LPT Timeout***
  88.     Net LPT Combine**
  89.     Net LPT Seperate**
  90.     Net LPT Flush**
  91.     Net Chat**
  92.     Net Changepw**
  93.     Net String**  (With optional string )
  94.     Net Echo**    (With optional string )
  95.     Net Expand**  (With optional string )
  96.     Net Clock*    (See notes on this below)
  97.     Net Mail**    (With optional mail.exe)
  98.     Net /Mono**
  99.  
  100.     *   internal only from config file
  101.     **  externally only from command line duplicates LANtastic(TM) NET command 
  102.         line.
  103.     *** internally and externally commands are available form command line
  104.         duplicating LANtastic(TM) command line as well as from within config file
  105.  
  106.  SET TIME FROM SERVER
  107.  This is the only thing that I am not satified with yet.  There is no
  108.  good way to determine the presence of a NET CLOCK command.  I therefore
  109.  had to resort to a kludge.  If you want to set the workstations time
  110.  from a server you have to edit the config file (I know HORRORS) and place
  111.  a capital C at the 19th character of the server line.  A normal server
  112.  configuration line appears as:
  113.    
  114.  \\server_name    0C
  115.       |           ||_Net Clock switch(optional)
  116.       |           |__Adapter Number
  117.       |______________Server's Name
  118. I am not happy with this solution and will welcome any suggestions.
  119.  
  120.   ANET also has several trivial bells and whistles, that are not really 
  121.   necessary to the program, but most of the code was there so why not?
  122.   They are:
  123.  
  124.   On-line Manual - This manual is available as a continuation of the help
  125.   screen.  This is a separate file ANET.man that must be located somewhere
  126.   on the path.
  127.  
  128.   Welcome Screen - If ANET finds a text file ANET.scr in the same directory
  129.   as the program it will display this file rather than the normal ANET 
  130.   copyright notice.  This is nice for those custom network installations.
  131.   Since this is a text file you can use an ansi graphic editor to product
  132.   quite nice screens. ( A few samples are included *.sc to view them just
  133.   TYPE them out to the screen)
  134.  
  135.   The ANET version of the net login command line will prompt for name
  136.   and password if not supplied on command line.  ie ANET LOGIN \\server
  137.   is equivilent to NET LOGIN \\server ?"Please enter your name" ^"Please
  138.   enter your password"
  139.  
  140. 2. Why use ANET?
  141.    
  142.   As you can see ANET is almost a complete replacement for the LANtastic(TM)
  143.   Net command. If fact you can rename ANET net on most workstations with out
  144.   altering the use of the system at all.  If you have a large system ANET
  145.   loads, logs in and redirects drives in less than half the time a batch file
  146.   using the net commands would.  ANET also makes it easy to have several 
  147.   configurations available on the same computer.  Since the config file name
  148.   is based on the user name you can have seperate config files for each user.
  149.   
  150.   Another advantage is the fact that you can use the dos attrib command to 
  151.   make the config files read only.  This will prevent your more adventurous
  152.   users from easily altering their system, and even if they do change the 
  153.   from the net menu it will be restored to it's original value with the
  154.   command ANET LOGIN.
  155.  
  156.   ANET will call the seperate r3 MAIL utility so the users will not need to
  157.   even use the NET menu system. (See Mail for more information.)
  158.   
  159.   3. How do I install ANET??
  160.   Installation of ANET could not be easier, just copy ANET , ANET.man,
  161.   and if you wish one of the ANET.scr files to a directory on the path.
  162.   If you have the optional program string  copy string  and string.hlp
  163.   into the same directory.  C:\Lantasti is good but not necessary.  
  164.    
  165.   NOW run ANET SAVE if the computer is set up the way you want it to be, or
  166.   ANET CONFIG and configure the computer using the net menu system.  That's 
  167.   it, the configuration file is now set up and ready to be used.
  168.   
  169.   4. How do I use ANET ?
  170.  
  171.   After ANET is configured, the command can be added to the batch file used
  172.   to start the network.  First load the netbios, redir and server then ANET.
  173.   
  174.   5. Legalities
  175.   ANET  is not freeware, nor is it in the public domain.  It is a
  176.   shareware program, and the entire program and documentation are
  177.   Copyright (C) 1991, Rick R. Roth, Tucson, Az.  You are encouraged
  178.   to copy the package freely, including distribution by BBS, shareware
  179.   library, or other means, provided that (1) the distribution shall
  180.   consist of the original archive containing the program and this doc-
  181.   umentation file, and (2) no fee of more than five US dollars ($5)
  182.   shall be charged for the copy.
  183.   
  184.   6. Registration
  185.    
  186.   To register your copy of ANET , send a postcard to:
  187.   
  188.   Rick R. Roth
  189.   4072 E. 22nd St.
  190.   Suite 178
  191.   Tucson, Az 85711
  192.    
  193.   THIS COPY IS LICENSED FOR THE EXCLUSIVE USE OF THE LICENSEE.  
  194.   This license is good for one network, and the software can be installed
  195.   on all computers on this network.
  196.   
  197.   7. Liability
  198.  
  199.  ╔═══════════════════════════════════════════════════════════════╗
  200.  ║                                                               ║
  201.  ║                    LIMIT OF LIABILITY                         ║
  202.  ║                    ──────────────────                         ║
  203.  ║      The author disclaims all warranties, expressed or        ║
  204.  ║ implied and assumes no liability for damages either from its  ║
  205.  ║ direct use or as a consequence of its use.  Have you hugged   ║
  206.  ║ your backup today?                                            ║
  207.  ║                                                               ║
  208.  ╚═══════════════════════════════════════════════════════════════╝
  209.  
  210.  
  211. I have tested it on several computers and found that found that it works 
  212. well on all of them.  All computers have been running LANtastic(TM) NOS v3.03
  213. and above and all running MS DOS 3.3 and above.
  214.  
  215. Please note that while the author is an employee of Artisoft, Inc., Artisoft 
  216. is not responsible for the contents of this file; the functioning of ANET  
  217. (or any damages resulting from the use or misuse of the program); and further, 
  218. Artisoft Technical Support and other employees of Artisoft, Inc. are 
  219.          
  220.                 NOT RESPONSIBLE FOR SUPPORTING THIS PROGRAM!  
  221.          
  222. If you have problems or suggestions when using this program, direct them to 
  223. me Rick R. Roth through one of the following channels:
  224.  
  225.         US Mail:          4702 E 22nd St, SUITE 178  Tucson, AZ  85711
  226.         CompuServ:        Artisoft forum, 75300,1377
  227.         Arti-facts BBS:   If you have a current account there.
  228.  
  229.  
  230. Do NOT call the author during business hours for support, this program was
  231. not written during business hours, it will not be supported during business 
  232. hours.
  233.  
  234. LANtastic is a Registered Tradmark of Artisoft, Inc.
  235.  
  236.